home *** CD-ROM | disk | FTP | other *** search
- object DeleteForm: TDeleteForm
- Left = 302
- Top = 267
- BorderStyle = bsDialog
- Caption = 'DeleteForm'
- ClientHeight = 158
- ClientWidth = 303
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object DelType: TRadioGroup
- Left = 16
- Top = 8
- Width = 273
- Height = 89
- Caption = 'Delete Type'
- ItemIndex = 0
- Items.Strings = (
- 'Recycle Bin'
- 'Normal'
- 'Permanent Wipe')
- TabOrder = 0
- end
- object Button1: TButton
- Left = 62
- Top = 120
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 166
- Top = 120
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-